home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / pthreads.src < prev    next >
Text File  |  1998-04-11  |  2KB  |  32 lines

  1. @@@STARTPACK(pthreads;Posix Threads)
  2.  
  3. Pthreads is a prototype implementation of POSIX 1003.4a, Draft 6.  It
  4. is a C-language library that supports multiple threads of control
  5. within a single process.
  6. <P>
  7. This library was developed to support the PART Ada runtime System
  8. (RTS).  As such, it does not implement the entire Pthreads interface.
  9. It runs on a SPARCstation under the SunOS operating system, and its
  10. use on that platform will also be non-compliant since the bulk of the
  11. POSIX 1003.1 base standard and POSIX 1003.4 Real-Time Extensions to
  12. which Pthreads is an extension will not be available.  The Pthreads
  13. library does provide some of the capability of these other standards.
  14. <PRE>
  15. papers:
  16. WWW USA: <A HREF="http://www.cs.fsu.edu/~mueller/pthreads">http://www.cs.fsu.edu/~mueller/pthreads</A>
  17. WWW Europe: <A HREF="http://www.informatik.hu-berlin.de/~mueller/pthreads">http://www.informatik.hu-berlin.de/~mueller/pthreads</A>
  18. ftp-site:  <A HREF="ftp.cs.fsu.edu">ftp.cs.fsu.edu/pub/PART/publications</A>
  19. files:     pthreads_serf92.ps.Z, pthreads_usenix93.ps.Z,
  20.        pthreads_interface.ps.Z, rtoss94.ps.Z, pthreads_tr94-091.ps.Z
  21.  
  22. mail-list: <A HREF="mailto:mueller@informatik.hu-berlin.de">mueller@informatik.hu-berlin.de</A>  Subject: subscribe-pthreads
  23. WWW USA  : <A HREF="http://www.cs.fsu.edu/~mueller/projects.html">http://www.cs.fsu.edu/~mueller/projects.html</A>
  24. WWW Europe: <A HREF="http://www.informatik.hu-berlin.de/~mueller/projects.html">http://www.informatik.hu-berlin.de/~mueller/projects.html</A>
  25. </PRE>
  26.  
  27. @@@OSR5DIST(http://www.sco.com/skunkware/osr5/libraries/pthreads/)
  28. @@@SOURCE(ftp://ftp.cs.fsu.edu/pub/PART/PTHREADS)
  29. @@@HOMEPAGE(http://www.cs.fsu.edu/~mueller/projects.html)
  30. @@@ENDPACK
  31.  
  32.